home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / spc3kv17.arc / READTHIS.1ST next >
Text File  |  1992-11-22  |  11KB  |  220 lines

  1. -- What should have been in the folder ---------------------------------------
  2.    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  3.     ReadThis.1st   This file.
  4.     Spc-3375.PRG   The STe Spectrum Viewer.
  5.  
  6.  
  7. -- What this is --------------------------------------------------------------
  8.    ¨¨¨¨¨¨¨¨¨¨¨¨
  9. This is a really simple program that displays Spectrum pictures.  Yes, I
  10. know... there's already a whole bunch that do that.  But this one also displays
  11. STe Spectrum pictures--on an ST--in 3,375 colors.  It also works at 50Hz _or_
  12. 60Hz, and handles .SPS, .SPC, and .SPU formats.  And it even includes a fix for
  13. out-of-sync computers, and slows down Mega STe's to 8MHz to properly display
  14. the pics!
  15.  
  16.  
  17. -- Freeware notice -----------------------------------------------------------
  18.    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  19. Spc-3375 is, by itself, Freeware.  You can give it to anyone else you like, as
  20. long as:
  21.  
  22. 1)  You give them the program and this file, both completely unaltered.
  23. 2)  You don't charge for the copy, except for reasonable charges to cover
  24.     the cost of the media (disk).  This charge should not exceed $10, or the
  25.     nearest equivalent in the local currency.
  26.  
  27. Spc-3375 is also distributed as part of DMJ GIF, which should be available
  28. wherever you found this.
  29.  
  30.  
  31. -- Using Spc-3375 ------------------------------------------------------------
  32.    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  33. This is so simple you've probably already figured it out.  Double-click on
  34. SPC-3375.PRG in any ST color resolution.  A fileselector will appear; select
  35. either a single .SPS, .SPC, or .SPU picture, or a wildcard (like *.*).
  36. Spc-3375 will only load a picture if its extension is .SPS, .SPC, or .SPU.
  37.  
  38. If you selected a single picture, it will load and display.  Press any key to
  39. return to the fileselector.  Select more files until you're finished; click
  40. "Cancel" from the fileselector to exit the program.
  41.  
  42. If you selected a wildcard, Spc-3375 goes into slideshow mode.  You can use F1
  43. to F10 to change the speed (F1 is REAL fast, F10 is REAL slow), RETURN to
  44. advance to the next picture, SPACE to pause, and ESC or UNDO to return to the
  45. fileselector.  When paused, any key resumes the slideshow.
  46.  
  47. Now see, that wasn't so hard.  Here come the tricky bits.  There is a situation
  48. that occurs occasionally with ST's (and frequently on STe's) in which the video
  49. chip and the central processor are "out of sync"--that is, the Spectrum routine
  50. and the display are slightly off.  This results in "spots" or vertical lines in
  51. Spectrum pix.  The usual fix for this is to turn off your computer for a few
  52. seconds, then turn it back on; it helps to have a sync program in your AUTO
  53. folder to tell you if you're in sync or not.  Resetting the computer will not
  54. do; you must actually turn the machine off.  If you're using an STe, though,
  55. you'll find your machine is out of sync more often than not.  And turning the
  56. computer off and on so many times just to look at a picture is, of course,
  57. nonsense (not to mention hard on the machine).  So if, while you're looking at
  58. a picture in Spc-3375, you notice your computer is out of sync (with those
  59. telltale spots, remember?) you can just press the TAB key.  Voila!  Instant
  60. sync.  Spc-3375 will remember whether you're in-sync or not, and adjust all
  61. further pictures accordingly, until you exit the program.
  62.  
  63. If your computer is normally out of sync, though, it's a nuisance to have to
  64. press that TAB key every time you load the program.  So, once you've got the
  65. program the way you like it, just press CTRL-S (while viewing a picture).  Your
  66. current sync mode (and, incidentally, your slideshow speed) will be saved to
  67. Spc-3375.  Then whenever you load the program, your favorite sync mode and
  68. slideshow speed will be automatically set.  Don't pack the program, though, or
  69. it won't be able to save the settings.  (Just pack it AFTER saving the
  70. settings.)
  71.  
  72. Mega STe owners will no longer have to manually slow their machines down to
  73. 8MHz; Spc-3375 will do it for you.  This way your pictures decompress at 16MHz,
  74. but still display correctly at 8MHz.
  75.  
  76.  
  77. -- Howzit work? --------------------------------------------------------------
  78.    ¨¨¨¨¨¨¨¨¨¨¨¨
  79. Spc-3375 just displays Spectrum pictures on the screen, if you're using an STe.
  80. If you're using an ST, though, it "flickers" the colors between lighter and
  81. darker shades to simulate the shades in between--the ones the ST can't display.
  82. This flickering isn't all that noticeable--especially if you can pop your ST
  83. into 60Hz (NTSC) mode (which US machines normally are).
  84.  
  85. The sync-fix just shifts the entire image one pixel to the left.  This will
  86. clobber the leftmost pixel (which will be restored if you press TAB again), but
  87. it's much better than all those wretched spots on the screen--especially since
  88. on most pictures you'd never notice it gone!  But there is a catch--the sync
  89. fix isn't perfect.  You may still see some spots in some pictures.  If this is
  90. the case for you, your best bet is to try to get your machine in sync.
  91.  
  92. Spc-3375 was written in GFA BASIC, with some very hacked-up Spectrum routines
  93. in assembly.  It detects Mega STe's via the cookie jar, so ordinary ST's with
  94. TEC boards won't cause any problems.  And yes, that HAS been tested.
  95.  
  96.  
  97. -- A note about Spectrum Smooshed --------------------------------------------
  98.    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  99. The only reason I added .SPS support was that I didn't have a slideshower that
  100. displayed them, AND flickered colors on my ST.  I normally wouldn't bother even
  101. then, since I don't use .SPS format, but somebody sent me a whole slew of .SPS
  102. files, mixed in with some STe Spectrum pics.  So I decided to get around to
  103. adding .SPS to Spc-3375.
  104.  
  105. Although .SPS provides better compression than .SPC, please remember that .SPS
  106. does NOT handle STe Spectrum pictures!  Converting STe Spectrum pictures
  107. (either .SPU or .SPC) to Smooshed format (.SPS) will trash the STe information,
  108. since it is NOT preserved in the .SPS format.  You've been warned.  (This is,
  109. though, a simple way of stripping the STe information from a picture, should
  110. the need arise.)
  111.  
  112.  
  113. -- More dmj software ---------------------------------------------------------
  114.    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  115. Here's a few things to look for if you don't already have them:
  116.  
  117. o Spc Thumb - makes catalog pictures of your picture collection.  Very fast,
  118.   easy to use, and quite flexible.
  119. o BoinkSave - a screen saver; displays a bouncing, spinning ball on the screen
  120.   to prevent burn-in.  Completely automatic.
  121. o MoireSave - a monochrome screen saver--draws pretty moire patterns.
  122. o DMJ GIF - as mentioned above.  Converts GIF pictures to Spectrum, DEGAS, or
  123.   Tiny, using the ST or STe palette, plus lots of other options.  If you
  124.   collect pictures, you NEED this program.
  125. o Sound Lab - complete sample editing software, in color OR mono.
  126. o MHz - lets Mega STe users switch speeds with a configurable hot key.
  127.  
  128. And don't forget ReNameIt!, which renames files, folders, and volume labels, in
  129. upper case, lower case, and extended characters, on any floppy or hard drive,
  130. in any res, as program, accessory, or .TTP.
  131.  
  132. All of these programs should be available wherever you got Spc-3375.
  133.  
  134.  
  135. -- Where to reach me ---------------------------------------------------------
  136.    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  137. It's not that hard... just send me a letter:
  138.  
  139.          (US / Canada)                       (Europe)
  140.         Damien M. Jones                    Damien M. Jones
  141.         PSC 8 Box 657                      Postfach 657
  142.         APO AE 09109                       6541 Flugplatz Hahn
  143.         U.S.A.                             GERMANY
  144.  
  145. I usually answer letters in a reasonable amount of time, but it depends on how
  146. busy I am at the time.  (Even though this program is Freeware, it'd be nice to
  147. hear from you if you do use it!)
  148.  
  149.  
  150. -- Revision History ----------------------------------------------------------
  151.    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  152. Version 1.7:
  153.  
  154. o Apparently Spc-3375 wasn't looking in the cookie jar to see if it was really
  155.   running on an STe or was on a regular ST with TOS 2.06--so if you had a TEC
  156.   board it wouldn't fl